EMRPOLYLINE16, EMRPOLYBEZIER16,
EMRPOLYGON16, EMRPOLYBEZIERTO16, EMRPOLYLINETO16
The EMRPOLYLINE16,
EMRPOLYBEZIER16, EMRPOLYGON16, EMRPOLYBEZIERTO16, and EMRPOLYLINETO16
structures contain members for the PolylineZMS2RA, and PolylineTo enhanced metafile records.
typedef struct tagEMRPOLYLINE
{
EMR
emr;
RECTL rclBounds;
DWORD cpts;
POINTL
apts[1];
} EMRPOLYLINE16,
*PEMRPOLYLINE16,
EMRPOLYBEZIER16, *PEMRPOLYBEZIER16,
EMRPOLYGON16, *PEMRPOLYGON16,
EMRPOLYBEZIERTO16, *PEMRPOLYBEZIERTO16,
EMRPOLYLINETO16, *PEMRPOLYLINETO16;
Members
emr
Base
structure for all record types.
rclBounds
Bounding
rectangle, in device units.
cpts
Number of
points in the array.
apts
Array of
16-bit points.
See Also
PolyBezier, PolyBezierTo